.header_box .header_logo {
  background-color: #e35f5d;
  width: 100%;
}

.header_box .header_logo .content_left {
  margin: 20px 0 10px 0;
}

.header_box .header_logo .content_left .wmw_info {
  padding-right: 20px;
  border-right: 1px solid #ff7c7a;
}

.header_box .header_logo .content_left .wmw_info .onw {
  padding-bottom: 3px;
  border-bottom: 1px solid #ff7c7a;
  text-align: center;
}

.header_box .header_logo .content_left .wmw_info .onw a {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}

.header_box .header_logo .content_left .wmw_info .two {
  font-size: 18px;
  margin-top: 5px;
  color: #ffffff;
}

.header_box .header_logo .content_left .wmw_info .two span {
  font-size: 16px;
  display: inline-block;
  width: 79px;
  height: 22px;
  background-color: #cc2127;
  border-radius: 9px 0px 9px 0px;
  text-align: center;
}

.header_box .header_logo .content_left .unit_info {
  font-size: 16px;
  color: #eaf6ff;
  margin-left: 12px;
  padding-top: 17px;
}

.header_box .header_logo .content_left .unit_info li {
  line-height: 24px;
}

.header_box .header_logo .content_right {
  margin: 20px 0 10px 0;
}

.header_box .header_nav {
  background-color: #cc2127;
  width: 100%;
  height: 55px;
}

.header_box .header_nav li {
  float: left;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-align: center;
  width: 231px;
  font-weight: bold;
  cursor: pointer;
}

.header_box .header_nav li a {
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}

.header_box .header_nav li:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header_box .header_nav li.on {
  background: rgba(255, 255, 255, 0.2);
}
